Save To String Options
data class SaveToStringOptions(val allowedResourceSchemes: List<String> = listOf("blob", "bundle", "file", "http", "https"), val compression: CompressionOptions? = null)
Options for saving a scene to string.
Constructors
Link copied to clipboard
constructor(allowedResourceSchemes: List<String> = listOf("blob", "bundle", "file", "http", "https"), compression: CompressionOptions? = null)